projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3b3a7
)
(comint-file-name-quote-list): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 9 Jun 1996 12:51:53 +0000
(12:51 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 9 Jun 1996 12:51:53 +0000
(12:51 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index c7522fefff7d0daed25713c46f8214e7abc088a0..8a043d739cc2358b8a9b7f47bfb4809b0b4e2203 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1824,7
+1824,7
@@
This is used by comint's and shell's completion functions, and by shell's
directory tracking functions.")
(defvar comint-file-name-quote-list nil
- "List of characters to quote with `\' when in a file name.
+ "List of characters to quote with `\
\
' when in a file name.
This is a good thing to set in mode hooks.")